home *** CD-ROM | disk | FTP | other *** search
- object SplashForm: TSplashForm
- Left = 262
- Top = 176
- AutoSize = True
- BorderStyle = bsDialog
- Caption = 'Welcome ...'
- ClientHeight = 180
- ClientWidth = 300
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 300
- Height = 180
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Label1: TLabel
- Left = 88
- Top = 88
- Width = 112
- Height = 16
- Caption = 'Loading Agents'
- Color = clNone
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Verdana'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object Shape1: TShape
- Left = 88
- Top = 112
- Width = 123
- Height = 11
- Brush.Style = bsClear
- Pen.Color = clNavy
- end
- object Shape2: TShape
- Left = 91
- Top = 114
- Width = 20
- Height = 8
- Brush.Color = clNavy
- Pen.Style = psClear
- end
- object Timer1: TTimer
- Interval = 4000
- OnTimer = Timer1Timer
- end
- end
-